home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Abt_math.exe / 0 / RCDATA / TSTKFAYFRM / TSTKFAYFRM.txt
Encoding:
Text File  |  2000-07-28  |  7.5 KB  |  375 lines

  1. object StkFAyFrm: TStkFAyFrm
  2.   Left = 214
  3.   Top = 117
  4.   HelpContext = 92
  5.   BorderStyle = bsDialog
  6.   Caption = 'Stok birim fiyat ayar∩┐╜'
  7.   ClientHeight = 328
  8.   ClientWidth = 356
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   HelpFile = 'math.hlp'
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel3: TPanel
  24.     Left = 0
  25.     Top = 73
  26.     Width = 356
  27.     Height = 214
  28.     Align = alClient
  29.     TabOrder = 5
  30.     object RadioGroup1: TRadioGroup
  31.       Left = 196
  32.       Top = 4
  33.       Width = 155
  34.       Height = 117
  35.       Caption = 'Fiyatlar'
  36.       Columns = 3
  37.       TabOrder = 0
  38.     end
  39.     object RBtn1: TRadioButton
  40.       Left = 204
  41.       Top = 32
  42.       Width = 113
  43.       Height = 17
  44.       Caption = 'Kendine ekle'
  45.       Checked = True
  46.       TabOrder = 1
  47.       TabStop = True
  48.     end
  49.     object RBtn2: TRadioButton
  50.       Left = 204
  51.       Top = 63
  52.       Width = 113
  53.       Height = 17
  54.       Caption = 'Al∩┐╜∩┐╜ fiyat∩┐╜na ekle'
  55.       TabOrder = 2
  56.     end
  57.     object RBtn3: TRadioButton
  58.       Left = 204
  59.       Top = 96
  60.       Width = 139
  61.       Height = 17
  62.       Caption = 'Son al∩┐╜∩┐╜ fiyat∩┐╜na ekle'
  63.       TabOrder = 3
  64.     end
  65.     object Button2: TButton
  66.       Left = 1
  67.       Top = 183
  68.       Width = 355
  69.       Height = 25
  70.       TabOrder = 4
  71.     end
  72.     object CheckBox1: TCheckBox
  73.       Left = 200
  74.       Top = 128
  75.       Width = 121
  76.       Height = 17
  77.       Caption = 'Fiyatlar∩┐╜ yuvarla'
  78.       TabOrder = 5
  79.     end
  80.   end
  81.   object Panel2: TPanel
  82.     Left = 0
  83.     Top = 0
  84.     Width = 356
  85.     Height = 73
  86.     Align = alTop
  87.     TabOrder = 4
  88.   end
  89.   object GroupBox1: TGroupBox
  90.     Left = 3
  91.     Top = 1
  92.     Width = 214
  93.     Height = 73
  94.     Caption = 'Stok kodu aral∩┐╜∩┐╜∩┐╜'
  95.     TabOrder = 0
  96.     object Label1: TLabel
  97.       Left = 8
  98.       Top = 24
  99.       Width = 49
  100.       Height = 13
  101.       AutoSize = False
  102.       Caption = '∩┐╜lk kod'
  103.     end
  104.     object Label2: TLabel
  105.       Left = 8
  106.       Top = 48
  107.       Width = 48
  108.       Height = 13
  109.       AutoSize = False
  110.       Caption = 'Son kod'
  111.     end
  112.     object Kod1: TEdit
  113.       Left = 88
  114.       Top = 16
  115.       Width = 121
  116.       Height = 21
  117.       TabOrder = 0
  118.     end
  119.     object Kod2: TEdit
  120.       Left = 88
  121.       Top = 40
  122.       Width = 121
  123.       Height = 21
  124.       TabOrder = 1
  125.     end
  126.     object Button1: TButton
  127.       Left = 72
  128.       Top = 16
  129.       Width = 17
  130.       Height = 20
  131.       Caption = '?'
  132.       TabOrder = 2
  133.       OnClick = Button1Click
  134.     end
  135.     object SKodBtn: TButton
  136.       Left = 72
  137.       Top = 40
  138.       Width = 17
  139.       Height = 20
  140.       Caption = '?'
  141.       TabOrder = 3
  142.       OnClick = SKodBtnClick
  143.     end
  144.   end
  145.   object GroupBox2: TGroupBox
  146.     Left = 218
  147.     Top = 0
  148.     Width = 133
  149.     Height = 73
  150.     Caption = 'Fiyat ar∩┐╜∩┐╜∩┐╜(%)'
  151.     TabOrder = 1
  152.     object RadioButton1: TRadioButton
  153.       Left = 8
  154.       Top = 16
  155.       Width = 81
  156.       Height = 17
  157.       Caption = 'Art∩┐╜'
  158.       Checked = True
  159.       TabOrder = 0
  160.       TabStop = True
  161.       OnClick = RadioButton1Click
  162.     end
  163.     object RadioButton2: TRadioButton
  164.       Left = 8
  165.       Top = 40
  166.       Width = 65
  167.       Height = 17
  168.       Caption = 'Eksi'
  169.       TabOrder = 1
  170.       OnClick = RadioButton2Click
  171.     end
  172.   end
  173.   object GroupBox3: TGroupBox
  174.     Left = 4
  175.     Top = 74
  176.     Width = 185
  177.     Height = 174
  178.     Caption = 'Y∩┐╜zdeler'
  179.     TabOrder = 2
  180.     object Label4: TLabel
  181.       Left = 8
  182.       Top = 89
  183.       Width = 80
  184.       Height = 13
  185.       Caption = 'Al∩┐╜∩┐╜ fiyat∩┐╜ 1(%)'
  186.       Font.Charset = DEFAULT_CHARSET
  187.       Font.Color = clMaroon
  188.       Font.Height = -11
  189.       Font.Name = 'MS Sans Serif'
  190.       Font.Style = [fsBold]
  191.       ParentFont = False
  192.     end
  193.     object Label7: TLabel
  194.       Left = 8
  195.       Top = 111
  196.       Width = 80
  197.       Height = 13
  198.       Caption = 'Al∩┐╜∩┐╜ fiyat∩┐╜ 2(%)'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clMaroon
  201.       Font.Height = -11
  202.       Font.Name = 'MS Sans Serif'
  203.       Font.Style = [fsBold]
  204.       ParentFont = False
  205.     end
  206.     object Label3: TLabel
  207.       Left = 8
  208.       Top = 133
  209.       Width = 80
  210.       Height = 13
  211.       Caption = 'Al∩┐╜∩┐╜ fiyat∩┐╜ 3(%)'
  212.       Font.Charset = DEFAULT_CHARSET
  213.       Font.Color = clMaroon
  214.       Font.Height = -11
  215.       Font.Name = 'MS Sans Serif'
  216.       Font.Style = [fsBold]
  217.       ParentFont = False
  218.     end
  219.     object Label5: TLabel
  220.       Left = 8
  221.       Top = 156
  222.       Width = 80
  223.       Height = 13
  224.       Caption = 'Al∩┐╜∩┐╜ fiyat∩┐╜ 4(%)'
  225.       Font.Charset = DEFAULT_CHARSET
  226.       Font.Color = clMaroon
  227.       Font.Height = -11
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = [fsBold]
  230.       ParentFont = False
  231.     end
  232.     object SYuzde1: TEdit
  233.       Left = 125
  234.       Top = 8
  235.       Width = 50
  236.       Height = 21
  237.       TabOrder = 0
  238.       Text = '0'
  239.       OnExit = SYuzde1Exit
  240.     end
  241.     object AlisYuzde1: TEdit
  242.       Left = 125
  243.       Top = 81
  244.       Width = 50
  245.       Height = 21
  246.       Font.Charset = DEFAULT_CHARSET
  247.       Font.Color = clMaroon
  248.       Font.Height = -11
  249.       Font.Name = 'MS Sans Serif'
  250.       Font.Style = [fsBold]
  251.       ParentFont = False
  252.       TabOrder = 3
  253.       Text = '0'
  254.       OnExit = AlisYuzde1Exit
  255.     end
  256.     object SYuzde2: TEdit
  257.       Left = 125
  258.       Top = 32
  259.       Width = 50
  260.       Height = 21
  261.       TabOrder = 1
  262.       Text = '0'
  263.       OnExit = SYuzde2Exit
  264.     end
  265.     object SYuzde3: TEdit
  266.       Left = 125
  267.       Top = 56
  268.       Width = 50
  269.       Height = 21
  270.       TabOrder = 2
  271.       Text = '0'
  272.       OnExit = SYuzde3Exit
  273.     end
  274.     object AlisYuzde2: TEdit
  275.       Left = 125
  276.       Top = 103
  277.       Width = 50
  278.       Height = 21
  279.       Font.Charset = DEFAULT_CHARSET
  280.       Font.Color = clMaroon
  281.       Font.Height = -11
  282.       Font.Name = 'MS Sans Serif'
  283.       Font.Style = [fsBold]
  284.       ParentFont = False
  285.       TabOrder = 4
  286.       Text = '0'
  287.       OnExit = AlisYuzde2Exit
  288.     end
  289.     object SFiyat1: TCheckBox
  290.       Left = 8
  291.       Top = 16
  292.       Width = 109
  293.       Height = 17
  294.       Caption = 'Sat∩┐╜∩┐╜ fiyat∩┐╜-1(%)'
  295.       Checked = True
  296.       State = cbChecked
  297.       TabOrder = 5
  298.     end
  299.     object SFiyat2: TCheckBox
  300.       Left = 8
  301.       Top = 39
  302.       Width = 110
  303.       Height = 18
  304.       Caption = 'Sat∩┐╜∩┐╜ fiyat∩┐╜-2(%)'
  305.       TabOrder = 6
  306.     end
  307.     object SFiyat3: TCheckBox
  308.       Left = 8
  309.       Top = 63
  310.       Width = 109
  311.       Height = 17
  312.       Caption = 'Sat∩┐╜∩┐╜ fiyat∩┐╜-3(%)'
  313.       TabOrder = 7
  314.     end
  315.     object AlisYuzde3: TEdit
  316.       Left = 125
  317.       Top = 125
  318.       Width = 50
  319.       Height = 21
  320.       Font.Charset = DEFAULT_CHARSET
  321.       Font.Color = clMaroon
  322.       Font.Height = -11
  323.       Font.Name = 'MS Sans Serif'
  324.       Font.Style = [fsBold]
  325.       ParentFont = False
  326.       TabOrder = 8
  327.       Text = '0'
  328.       OnExit = AlisYuzde3Exit
  329.     end
  330.     object AlisYuzde4: TEdit
  331.       Left = 125
  332.       Top = 148
  333.       Width = 50
  334.       Height = 21
  335.       Font.Charset = DEFAULT_CHARSET
  336.       Font.Color = clMaroon
  337.       Font.Height = -11
  338.       Font.Name = 'MS Sans Serif'
  339.       Font.Style = [fsBold]
  340.       ParentFont = False
  341.       TabOrder = 9
  342.       Text = '0'
  343.       OnExit = AlisYuzde4Exit
  344.     end
  345.   end
  346.   object Panel1: TPanel
  347.     Left = 0
  348.     Top = 287
  349.     Width = 356
  350.     Height = 41
  351.     Align = alBottom
  352.     TabOrder = 3
  353.     object UygulaBtn: TBitBtn
  354.       Left = 189
  355.       Top = 10
  356.       Width = 77
  357.       Height = 25
  358.       Caption = '&Uygula'
  359.       TabOrder = 0
  360.       OnClick = UygulaBtnClick
  361.       Kind = bkOK
  362.     end
  363.     object VazBtn: TBitBtn
  364.       Left = 272
  365.       Top = 9
  366.       Width = 77
  367.       Height = 25
  368.       Caption = '&Vazge∩┐╜'
  369.       TabOrder = 1
  370.       OnClick = VazBtnClick
  371.       Kind = bkCancel
  372.     end
  373.   end
  374. end
  375.